home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Elearn / Fizica / vol2 / interfata.swf / scripts / DefineButton2_392 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-03  |  125b  |  6 lines

  1. on(release){
  2.    this._visible = false;
  3.    _parent.hider._visible = false;
  4.    _global.whoCalled.rect._visible = false;
  5. }
  6.